home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / THFB.Dxr / 00454.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  235 b   |  10 lines

  1. play frame "cheese"
  2. put items
  3. if not (items contains "cheese") then
  4.   set the castNum of sprite 24 to its + the number of cast "tally"
  5.   puppetTransition(23)
  6.   set its to its + 1
  7.   updateStage()
  8.   set items to items & "cheese "
  9. end if
  10.